Skip to main content

valueFormat

Type

property

Summary

Specifies the format to render the value.

Syntax

set the valueFormat of widget to <string>
get the valueFormat of widget

Description

Use the valueFormat property to define the format of the value label. Use # for digits specification and . for decimal point

Examples

--The value label will be formatted as a real with two decimal points
set the valueFormat of widget "Radial Slider" to "#.##"